dsh-context-lens:查看相邻模型请求之间的变化与缓存复用
dsh-context-lens 是一款专为 DeepSeek Harness 开发的纯观察者插件,旨在连续追踪并分析 DSH 会话中真实 LLM 请求的上下文变化。它通过读取会话日志(不添加内容、不接触模型调用),为每个请求生成一行记录,展示已提交的请求上下文(如 model、system prompt、tool set 等)及缓存复用读数,并自动对比与上一次请求的差异及潜在下降告警。其缓存分析严格基于提供商的 usage buckets 字段,避免推断内部实现。该插件提供中英文视图,保留最近 100 条请求记录,强调“相关不等于因果”,明确不承诺确定提供商内部缓存键构造或 harness
Read Moredsh-notify:Windows 原生 Toast 与系统托盘的 DSH 插件
dsh-notify 是一款专为 Windows 10/11 设计的 DSH 插件,旨在解决长任务运行期间用户需反复切换窗口确认状态的问题。当 DSH agent 停止运行时(如完成、出错或等待输入),该插件会自动发送 Windows 原生 Toast 通知,并包含“工作区·会话”信息以便区分多任务。此外,它在任务栏常驻一个鲸鱼托盘图标,用户可右键快速唤起 `dsh web` 页面或退出后台。 插件支持轻量安装,零运行时依赖,兼容 Node ≥ 22.5。提供防刷屏机制,包括 `rootsOnly`(默认仅通知根会话)和 `cooldownMs`(默认 10 秒冷却时间)配置项。用户可通过 n
Read Moredsh-provider-usage:在 DSH 页面右下角查看模型提供商用量
`dsh-provider-usage` 是一个 DSH Web 插件,旨在解决多模型提供商用量分散的问题,允许用户在 DSH 界面内直接查看实时用量与配额,无需频繁跳转外部控制台。该插件由 Lwc-LiuWenCheng 维护,MIT 许可证,要求 Node.js >=20。 核心功能包括:在页面右下角以气泡形式展示精简用量,支持悬浮展开详情、跟随主题(亮/暗模式)及显示本地时间;自动发现 OpenAI、DeepSeek 等提供商;提供多种可配置的更新策略(如 on-request、interval、steps 等),其中部分策略基于消息事件计数而非直接轮询 API。此外,插件提供设置页供即
Read Moredsh-math-copy:为 DeepSeek Harness Web 公式添加可访问的复制交互
`Blackspace2/dsh-math-copy` 是一款专为 DeepSeek Harness(DSH)Web 客户端设计的 MIT 许可插件,旨在解决页面渲染公式难以直接复制 LaTeX 源文本的问题。该插件自动识别 DSH 中的行内、行间及错误 KaTeX 公式,通过读取 `application/x-tex` 注解获取原始 LaTeX,而非视觉反推。用户可通过左键单击直接复制为 `$$...$$` 格式,或右键打开菜单选择 `$...$`、`$$...$$` 及 `\[...\]` 块命令格式,并支持键盘操作(Enter/Space 复制,Shift+F10 唤出菜单)。插件具备悬
Read Moredsh-monitor:给 DeepSeek Harness 增加持续消息监视
dsh-monitor 是 AbnerAI 维护的 DeepSeek Harness(DSH)插件,基于 MIT 许可证。其核心功能是在 DSH 中实现类似 Claude Code Monitor 的能力,通过建立持续后台 watcher 监视消息源,并在有新内容到达时及时唤醒 agent,使其进入当前会话并触发后续处理。 插件提供 `monitor`、`monitor_list` 和 `monitor_stop` 三个工具,用于管理 watcher。它支持两类消息源:一是 `source: file`,监视 append-only NDJSON inbox 文件,当新行写入时触发唤醒;二是
Read Moredsh-basic-office:DSH 办公文件读写插件
`dsh-basic-office` 是一款专为 DSH 会话设计的办公文件读写插件,旨在解决原生文本工具无法直接处理 PDF、DOCX、XLSX、PPTX 等二进制格式的问题。该插件基于 MIT 协议,要求 Node.js 版本不低于 20,主要提供两大核心功能:一是读取常见办公文档,支持从 PDF、Word、Excel 和 PPT 中提取文本及表格数据;二是生成多种办公文件,包括带有样式和表格的 Word、Excel、PPT、PDF 以及 CSV 文件。 安装后需重启 DSH Web 服务,用户即可通过自然语言指令执行读取或生成任务。插件严格遵循 DSH 的安全策略,包括沙箱约束、写入保护
Read Moredsh-session-cost: Display Real-Time Session Cost Estimation at the Bottom of the DSH Web GUI
dsh-session-cost is a DSH plugin that displays real-time cost estimates for DeepSeek API usage in the current session via a bottom status bar in the Web GUI. Maintained by ChengChe106 and released under the MIT license, its core features include displaying four cost figures—cost, hits, misses, and output—by reading token usage data from DSH sessions and calculating according to the official billing methodology (cache writes are billed at the miss unit price). The plugin supports automatic peak/off-peak pricing starting from August 17, 2026, defaults to the deepseek-v4-flash model, and uses the "≈" symbol to indicate that amounts are estimates. Typography and color schemes follow official specifications to achieve theme adaptation. There are two installation methods: if dsh is globally installed, run `dsh plu
Read MoreBob-Bo1/dsh-stock-watch: View A-share Holdings, Watchlist Quotes, and Local P&L in the DSH Left Sidebar
Bob-Bo1/dsh-stock-watch is a local web panel plugin for DeepSeek Harness (DSH), designed to let users view real-time quotes of A-share holdings and watchlist stocks in the DSH sidebar without switching browsers. The plugin is licensed under the MIT License, with core features including displaying holding gains/losses and watchlist quotes, supporting full CRUD operations on stock data from the web interface, and saving the information to a local `holdings.json` file. Market data is sourced from Tencent's public API, following the convention of red for gains and green for losses, and retains the last successful data during network anomalies. The plugin strictly protects privacy, reading holding data only from the local machine without uploading it to the author's server, and by default listens only on the localhost address. Installation requires adding the plugin via a command and registering it in `cordis.patch.yml`.
Read Moredsh-prompt-manager: A Local Prompt Library for DeepSeek Harness Web
`dsh-prompt-manager` is a local bilingual prompt management plugin developed specifically for DeepSeek Harness Web (DSH), designed to address the inconvenience of reusing prompts across sessions and the pain point of repetitive input. This plugin allows users to centrally create, edit, and search frequently used prompts in the settings, supporting favorites and sorting by usage frequency. In the chat interface, users can quickly search and select multiple prompts via the `/prompt` command or the toolbar button, which are then injected into the current session as system instructions, and newly created branch sessions automatically inherit the prompt collection from the ancestor session. The plugin features JSON backup import/export functionality, supporting data merging or replacement. Data is stored solely in the local browser's localStorage and local mirror files, ensuring privacy and security without any network upload. Installation supports npm.
Read MoreDSH Plugin Zen UserAgent: Fixing the DSH Plugin for OpenCode ZEN Free Model 429
`dsh-plugin-zen-useragent` is a DSH plugin maintained by `jiujiezongheti`, designed to resolve the issue where requests using OpenCode ZEN free models are incorrectly identified as `deepseek-harness` and return a `429 FreeUsageLimitError` because the request headers are not applied correctly. The plugin uses a patch mechanism to ensure that custom request headers (e.g., `User-Agent`) configured in provider settings override the default `attribution` field, allowing API requests to be correctly recognized as `opencode` clients. The plugin supports idempotent execution and automatically reapplies patches after DSH upgrades; if it detects code structure changes or write failures, it handles them accordingly.
Read Moredsh-her-eyes: Adding VLM Image Analysis Capabilities to DeepSeek Harness
dsh-her-eyes is a VLM plugin for DeepSeek Harness (dsh) web sessions, maintained by huashenglian, and licensed under MIT. This plugin addresses two core issues: providing a globally available analyze_image image analysis tool within sessions, and supporting automatic failover between primary and backup OpenAI-compatible vision model endpoints to prevent service interruptions due to primary endpoint failures. The plugin is installed via a Bundle method, eliminating the need for manual modification of profile patch files and preventing duplicate loading errors. Configuration is handled through an auto-saved settings page, with support for fetching model lists and featuring Chinese-English internationalization. Primary and backup endpoint configurations are stored in ~/.dsh/vlm-vision.jso.
Read Moredsh-enter-lock: Adding an Enter-to-Send Lock to DeepSeek Harness Web Input Fields
dsh-enter-lock is a lightweight plugin for DeepSeek Harness Web, designed to address the issue of messages being sent prematurely due to accidental presses of the Enter key when editing long texts or using Chinese input methods. The plugin provides a lock-shaped button in the slot to the right of the official input box, enabling an Enter-to-send lock function. Key features include: when locked, both regular Enter and Ctrl/Cmd+Enter do not trigger sending, while Shift+Enter for line breaks, IME candidate confirmation, and `@`/`/` menu operations remain functional; clicking the send button with the mouse still works normally. The plugin supports shortcut key toggling (Windows/Linux: Ctrl+Shift+K, macOS: Cmd+Shift+K), and the lock state is independently maintained per conversation.
Read Moredsh-git-worktree: Letting Agents Preview First in an Independent Git Worktree, Then Confirm and Save
`dsh-git-worktree` is a community experimental plugin for DeepSeek Harness, designed to address the chaos and contention issues caused by agents directly modifying local code repositories. The plugin adopts a "construction and delivery separation" model, allowing agents to execute tasks and tests in isolated Git Worktrees, thereby avoiding contamination of the local checkout. The core workflow includes: agents modify code in isolated environments; users can view safe, revertible local effects through "Local Preview"; once confirmed, the Host saves only the incremental changes from the current task and creates a single commit, ensuring a clean delivery without unrelated modifications. The plugin supports parallel work across multiple Worktrees, but a local project accepts only one PR at a time.
Read MoreHarness Pet: Pixel Whale Session State Plugin for DeepSeek Harness
Harness Pet is an unofficial DSH web-native plugin (community project, MIT licensed) designed to provide lightweight session state observation functionality for DSH's Harness interface. The plugin renders a pixel whale on the page, mapping session signals in real time through nine visual states (such as thinking, running, error, etc.), and displays the latest user prompt, response, and progress above the whale. Its core features include: support for instant switching of multilingual interfaces; adjustable size, opacity, dynamic effect, and position dragging (stored in local localStorage); an optional Chromium desktop floating window mode (always on top); and a privacy-preserving design with no telemetry, no data transmission, and no additional browser permission requests. Installation requires Harness version 0.1.0-rc.6 or above, and through
Read Moredsh-composer-polish: One-Click Polish Plugin for DeepSeek Harness Composer Drafts
dsh-composer-polish is a plugin designed for DeepSeek Harness (DSH) that aims to quickly polish drafts in the Composer input box before sending. It adds a "✨" button to the toolbar, utilizing the `deepseek-v4-flash` model to rewrite draft text in a streaming manner. Its core features include replacing only the text content while ignoring image attachments, preserving code blocks, paths, and terminology unchanged, and backfilling the rewritten results into the input box for user preview and editing rather than directly sending messages. The plugin also features comprehensive interaction state management, such as button disabling, loading prompts, and prevention of duplicate requests. For privacy considerations, the original draft is not written to the session log; only the polished result is recorded. Installation requires initial configuration of the DSH CLI, followed by adding the plugin via the specified version v0.1.4 and restarting the service.
Read Moredsh-skills-market: DSH Skill Management and SkillHub Installation Panel
dsh-skills-market is an MIT-licensed DSH plugin designed to centralize the management of distributed local skills and the installation of public skills into the DSH Web sidebar floating panel. This plugin provides centralized management of installed skills, supporting filtering, enabling/disabling, deletion, and level promotion for both user-level and workspace project-level skills, with built-in source skills displayed in read-only mode. Additionally, the plugin integrates the SkillHub marketplace (unofficial app store), allowing searches for public skills by keywords, categories, ratings, and other criteria, with one-click installation to the project level or user level. Furthermore, it offers the `dsh_skillhub_search` model tool, enabling AI to directly retrieve skills within conversations. The installation command is `dsh plugin --profile web`.
Read Moredsh-update-checker: An Update Checking and One-Click Updating Plugin for DeepSeek Harness
dsh-update-checker is a DeepSeek Harness (DSH) Web GUI plugin maintained by Airmetro, designed to consolidate the update processes for the main program and third-party plugins from scattered commands into a unified interface. The core functionalities of this plugin include: checking the version status of the DSH main program (by comparing with npm latest) and unofficial plugins (via cross-referencing between npm and GitHub sources); providing full lifecycle update management with features such as dry-run protection, automatic backups, adaptive installation, and post-installation verification; supporting real rollback interfaces and backup list viewing; and ensuring service recovery through a restart watchdog based on PID and port detection. Additionally, the plugin offers multilingual status prompts in the GUI and implements loopback origin and confirmation mechanisms for write operations.
Read MoreDSH Promotion Toolkit: Transforming a Single Piece of Content into Native Distribution Across 17 Platforms
lhmd/dsh-promotion-toolkit is a DeepSeek Harness workflow plugin that first extracts product stories, README, or articles into core viewpoints, evidence, and original links, then generates differentiated promotional content for 17 platforms including Xiaohongshu, Zhihu, WeChat Official Accounts, Bilibili, X, LinkedIn, and more. It supports DSH profile mounting and CLI invocation, outputs structured JSON, and is licensed under MIT.
Read MoreDSH WorkBuddy Connect: Integrating the WorkBuddy Desktop App Model into DeepSeek Harness
DSH WorkBuddy Connect is a DeepSeek Harness plugin maintained by corrinehu, which reuses the login state of the WorkBuddy desktop app to seamlessly integrate built-in models such as GLM, DeepSeek, and Kimi into DSH with zero configuration. It supports Web, Desktop, and TUI interfaces. This article introduces its features, installation commands, typical usage, macOS verification, known limitations such as unofficial API dependencies, and reminds users to review the source code and MIT license before installation.
Read MoreToolshrink: Semantic Compression for Agent Tool Outputs
toolshrink is a DeepSeek Harness plugin maintained by unclecode, designed to address the issue of information loss caused by truncating tool outputs from the beginning and end. It features 13 built-in content-aware reducers (for tests, diffs, JSON, builds, logs, etc.), with a fallback to size-based truncation when no match is found. It also annotates the omitted volume and optionally saves the full original text via spill. Installation is straightforward with a single dsh plugin command, and it can also be used as a Node.js library or a custom cut extension. Licensed under MIT, the current version is 0.1.0.
Read Moredsh-answer-pet: DSH Web Scalable Answer State Pet Framework
dsh-answer-pet is a DSH web plugin maintained by Nanki-nn. It displays a draggable answer status pet in the corner of the interface, supporting multi-session progress cards, token rates, and model execution trajectories. Its appearance is decoupled from the progress core through PetTheme v1, with three built-in themes: blue whale, orange cat, and silver shaded cat. The installation command is `dsh plugin --profile web add github:Nanki-nn/dsh-answer-pet`. It requires configuration in `settings.yaml` and a restart of dsh web after installation or upgrade. Licensed under MIT, the current version is 0.6.0.
Read More@awiki/dsh-plugin: Integrating AWiki Identity and Messaging in DeepSeek Harness
Introduction to the DSH plugin @awiki/dsh-plugin maintained by AgentConnect (SkillHub: agentconnect/dsh-awiki). It covers AWiki identity registration and Recovery V4 restoration, web-based private/group chats, agent messaging and email tools, optional listener and standalone Model Proxy package, and provides Profile installation commands, key environment variables, and usage notes. The plugin is MIT-licensed, while the Rust IM Core dependency is AGPL-3.0-only.
Read MoreRisk Rule Design: Full Workflow of Ventilation Control Rule Mining in DSH
risk-rule-design is a third-party plugin released by pypcfx-glitch for DeepSeek Harness, distilled from the "100-Day Risk Control Expert" methodology. It performs data quality checks on samples containing X/y, mines single rules, finds the optimal combination of parallel rule sets, and outputs a self-contained HTML analysis report. The plugin registers three tools: rrd_profiling, rrd_mining, and rrd_report, along with the risk-rule-design expert skill. It is pure JavaScript with zero dependencies and is open-source under the MIT license. It is recommended to install it via `dsh plugin --profile web install dsh-plugin-risk-rule-design`, and invoking the skill in a conversation will seamlessly integrate the entire workflow.
Read Moredsh-import-agents: Migrating pi / opencode / codex / claude-code Sessions into DeepSeek Harness
dsh-import-agents is a dsh workflow plugin maintained by Chang-Tong, designed to import sessions, chat histories, and agents from pi, opencode, codex, and claude-code into DeepSeek Harness. Imported sessions can continue conversations with their full history, and agents are converted into skills. It supports slash commands like /import-all, one-click Sync in the composer, and migration prompts when starting new sessions. The installation command is `dsh plugin --profile web add dsh-import-agents`, licensed under MIT, and requires Node >= 22.19.
Read Moreoh-my-dsh:DeepSeek Harness Curated Distribution
oh-my-dsh, maintained by amplifthq, is a curated distribution of DeepSeek Harness, overlaying out-of-the-box coding profiles, lazy MCP reuse, LSP navigation, SSRF-hardened web scraping, and approval-gated capabilities without forking the upstream. It supports both portable and npm installation channels, offering an omd Web UI and headless task mode. Users should be aware that it runs with dsh process privileges, and plugins activate within the same process as the harness.
Read Moredsh-godot-skill: Registering Godot 4.x Full-Stack Game Development Skill for DSH
dsh-godot-skill is a DeepSeek Harness Host plugin maintained by akira399, which registers the godot-4-development skill at runtime upon installation. This skill is compiled based on the official feature list of Godot 4.x, covering core concepts, renderer selection, quick references for 20 feature domains, complete development workflows, and code templates with troubleshooting tables for player movement, networking, and save systems. After installing via the official command `npx -p @deepseek-ai/dsh dsh plugin --profile web add github:akira399/dsh-godot-skill` and restarting DSH, the skill can be loaded using the skill tool in sessions, enabling AI to independently handle planning, coding, debugging, and exporting of Godot games. Released under the MIT license, it requires Node.js >= 20.
Read MoreDSH Plugin Marketplace: Browse, Review, and Install Community Plugins in DSH Settings
DSH Plugin Marketplace (@w2112515/dsh-plugin-marketplace) is a standalone installable DSH bundle maintained by w2112515, offering a catalog of 2,200+ community plugins under Settings → Plugins → Marketplace. The scanner verifies the existence of installation targets on pinned commits; automatic installations use `pnpm add --ignore-scripts`, while script-based plugins require individual review and approval for each instance. It supports curated solution packages, community ratings via GitHub reactions, and agent tools like marketplace_search. There is no telemetry, and the directory is a static JSON hosted on GitHub Pages. To install: `dsh plugin --profile web add @w2112515/dsh-plugin-marketplace`.
Read Moredsh-bookmarks: Saving Assistant Responses in DSH, Cross-Session Retrieval and Export
dsh-bookmarks is a bookmark plugin for DeepSeek Harness Web UI, maintained by penguin-oo. It allows users to bookmark each completed assistant reply and add notes and tags. Users can perform full-text searches, filter by tags, and edit inline across the session center panel. The plugin supports the Alt+B shortcut key and one-click export to dsh-bookmarks.md. Installation is done via the command `dsh plugin --profile web add dsh-bookmarks`, and after restarting dsh web, it is ready to use. Data is persisted in the DSH storage domain, making it suitable for personally consolidating conversation highlights. Note that it is designed for single-user storage, and jumping back to a session does not currently locate specific messages.
Read Moredsh-search-mcp: Using Search MCP to Replace DSH's Built-in Web Search
dsh-search-mcp is a DSH networking tool plugin maintained by gxpppp. While retaining the web_search tool name and display on the model side, it redirects search requests to Tavily, Brave, Exa, Perplexity, DuckDuckGo, or custom MCP servers, and disables the built-in DeepSeek search provider. It is compatible with DSH 0.1.0-rc.7 and Node.js 20+, allowing configuration of servers, credentials, and result counts through a web settings page. This article covers installation links, credential configuration, provider presets, combination verification, and uninstallation and restoration methods.
Read MoreDSH Spotlight: A Keyboard-First Command Palette for DeepSeek Harness Web
dsh-spotlight is a DSH Web client plugin maintained by 0xsline. It opens a unified command palette using ⌘K/Ctrl+K or /spotlight, allowing users to search native slash commands, recent sessions, page UI operations, and plugin settings. This article introduces its positioning, core capabilities, installation methods via npm and Git, typical usage, and explains the necessity of DOM discovery dependencies and reviewing source code before installation.
Read Moredsh-opencode-palette: 34 Classic opencode Color Themes for One-Click DSH Customization
dsh-opencode-palette is a DSH Web multi-theme plugin maintained by FeatherHunter. It brings the 34 official color schemes from opencode v1.18.12 into DeepSeek Harness. After installation, users can instantly switch themes such as tokyonight, dracula, and gruvbox via the settings panel, with the background, status colors, and code highlighting updating synchronously. Typography (font size, monospace/proportional fonts, and code fonts) remains independent of the theme, and user selections are locally persisted in the browser. It adopts the DSH bundle mechanism, enabling zero-configuration setup with a single `dsh plugin` command, and is released under the MIT license.
Read Moredsh-vision-proxy: DeepSeek Plain Text Models Can Also Recognize Images in GUIs
dsh-vision-proxy is a model inference plugin (v0.4.1, MIT) developed by Flyvhidbwo for DeepSeek Harness. It registers the deepseek-vision route, translating GUI-attached images into text via a VLM before passing them to DeepSeek for responses, enabling pure text models like V4-Pro to recognize images. By default, it can use the official deepseek-v4-flash-vision-exp, and it also supports Bailian, Zhipu, OpenRouter, and automatic detection of local Ollama. The installation command is dsh plugin --profile web add dsh-vision-proxy; after selection, choose DeepSeek + automatic image recognition, and you can paste images for conversation.
Read Moredsh_kline: Interactive K-line Analysis with Natural Language in DeepSeek Harness
dsh_kline is an interactive K-line analysis plugin developed by FTShare-Lab for DeepSeek Harness. It supports real-time data queries for Hong Kong, U.S., and A-shares, providing daily, weekly, monthly, and minute-level K-lines, along with technical indicators such as MA, MACD, and RSI. It also features support/resistance level annotations and interval statistics, with news and fundamental data accessible in the sidebar. Integrated via MCP tools like analyze_kline, users can retrieve charts using natural language and continue interacting directly within the native sidebar.
Read Moredsh-any-background: Customizing Theme Colors, Wallpapers, and Interface Transparency for DeepSeek Harness Web
dsh-any-background is a DeepSeek Harness appearance plugin maintained by Tkingxiao (v0.2.1, MIT license). It supports PS-style color wheels, image/video wallpapers, region-specific transparency, and frosted glass blur effects. Configuration is stored locally at ~/.dsh/.dsh-any-background-data/ and can be exported as dsh-any-theme.json. This article introduces its core capabilities, installation command (dsh plugin --profile web add github:Tkingxiao/dsh-any-background), typical usage scenarios, and important considerations.
Read Moredsh-llm-fallbacks: Configuring Backup Model Chains for DSH Agents When LLM Fails
dsh-llm-fallbacks is a DSH model inference plugin maintained by omdsh-dev. When an agent's LLM request fails due to retry exhaustion, authentication, quota, or rate limiting, it automatically switches according to the current role's provider/model fallback chain and continues the current step on the target model. It supports 24-hour rootChain, time-based rotation, and sub-agent role rules, with a shared fallbacks configuration for both the web interface and dsh-tui. Installation: dsh plugin --profile web|dsh-tui add dsh-llm-fallbacks. It must be explicitly enabled with enabled: true, and the chain must end with the official V4 Default model.
Read Moredsh-media-skills: Enhancing DeepSeek Harness with Free Image Recognition and Generation
dsh-media-skills is a DSH plugin maintained by MJorgin (MIT, v0.3.0), supporting rc.7/rc.8/v0.1.1-rc.x. It offers automatic captioning for stickers, vision-review for image reading, and media-tools for image generation. The vision routing includes GLM-4V-Flash and DeepSeek-V4-Flash-Vision-Exp, while image generation utilizes SenseNova U1 Fast and Kolors. API keys are not stored in the repository, and the installation command is `dsh plugin --profile <name> add github:MJorgin/dsh-media-skills`.
Read Moredsh-win32: Fixing and Diagnosing DeepSeek Harness on Native Windows
dsh-win32 (sjh9714) is a Windows workflow plugin for DeepSeek Harness that uses the npx command to check the official PowerShell, Workspace Write, and ACL sandbox stack on native Windows, offering support for setup, verify, doctor, fix, and legacy presets. It does not rely on WSL, nor does it install Git or PowerShell. Licensed under MIT, the current version is 0.17.0.
Read Moredsh-plugin-product-subagents: Integrate External Agent CLI into Resumable DSH Sub-Agents
dsh-plugin-product-subagents is a DSH workflow plugin maintained by shaokeyibb, which registers Codex, Claude Code, and any ACP CLI as role-based resumable sub-agents. The main model maintains a read-only relay, with write permissions and delegation limits controlled by the role's permissionMode. It supports session persistence and recovery, idle reclamation, and concurrency limits, and can be installed via `dsh plugin --profile web add`. This plugin is ideal for developers who need to uniformly schedule multiple product agents within Harness and tighten permission boundaries based on tasks.
Read Moredsh-catppuccin-theme: Integrating Catppuccin's Four Themes and Glassmorphism for DeepSeek Harness
NoNameLeGo's dsh-catppuccin-theme (@nonamelego/dsh-catppuccin) provides the Catppuccin Latte, Frappé, Macchiato, and Mocha themes for DeepSeek Harness Web GUI, DSH Desktop, and dsh-TUI. It integrates with the official appearance system and supports a toggleable glassmorphism effect. This article introduces the plugin's positioning, core capabilities, installation commands via npm and GitHub, and typical usage including theme switching in the settings page, adjusting the frosted glass effect, and using the /theme command in TUI. It also explains applicable scenarios and notes on verifying source code and permissions before installation.
Read MoreAgent Team: Building Independent Agent Collaboration Teams in DeepSeek Harness
Agent Team (limuyang2/agent-team) is a multi-agent collaboration plugin for DeepSeek Harness. Each member is an independent root-level agent, equipped with its own model, session, skills, MCP, and permissions, collaborating through team tasks and a shared workspace rather than a subagent inheritance model. It supports mixed providers, task assignment by a Leader, a full-screen side-by-side workbench, and Git Diff preview. Web installation: npx @deepseek-ai/dsh plugin --profile web add @limuyang2/dsh-agent-team; current version 0.1.4, requiring Node.js 22.19+ and DSH 0.1.1-rc.2.
Read Moredsh-plugin-writing-guard: DSH Paper Writing Guard, Defend While You Write
dsh-plugin-writing-guard is an academic writing guard plugin developed by maintainer xmutfyh for DeepSeek Harness, running locally with zero network and zero LLM usage. It continuously checks the paper workflow for de-AI phrasing (STYLE), evidence consistency before and after polishing (EVIDENCE), target journal writing distribution (JOURNAL), and delivery leaks (DELIVERY). It offers five tools, including writing_rules and writing_audit, supporting automatic incremental auditing for Chinese and English manuscripts. It has 21 stars on GitHub, is licensed under MIT, and can be installed via npm using: dsh plugin --profile web add dsh-plugin-writing-guard.
Read Moredsh-anchored-standard: DSH Preset for Two-Stage Anchor Standard
dsh-anchored-standard is a DSH workflow plugin maintained by Jungod1121, implementing a two-phase agent preset: the first phase uses a concise prompt aligned with Minimal and anchors the reasoning trajectory with a limited set of tools such as bash and read, automatically switching to the full Standard toolset after the first persistent tool call. It supports three types of task anchoring: spec, react, and weak. Benchmark evaluations show it outperforms the pure Standard approach on the V4 Pro model. The installation command is `dsh plugin --profile web add github:Jungod1121/dsh-anchored-standard`, and it is designed for DeepSeek V4 Pro engineering tasks.
Read Moredsh-personal-center: DSH Personal Center - One-Stop for Usage Statistics and Custom Commands
dsh-personal-center is a DSH local plugin maintained by PolinniZhong. It adds a "Personal" section to the settings, providing real usage statistics, model cost estimation, global and work-area-specific layered custom instructions, and a data-driven desktop pet. Data scanning aggregates local session logs, with no internet access and no reading of chat content. Installation command: dsh plugin --profile web add github:PolinniZhong/dsh-personal-center. Current version: v0.7.0, MIT license.
Read MoreCustom-First Control Prompt: Injecting System Segments and Reference Dialogues Before Persona
@wm-coders/dsh-custom-first-control-prompt is a DSH deployment-side prompt prefix plugin maintained by WM-CODER. It registers ordered system prompt segments before the persona through sections and prepends user/assistant reference conversations as real alternating messages to each ordinary dialogue request via history, intercepting through llm/stream with zero session log writing. The static content facilitates prefix KV cache reuse. Installation is done via `dsh plugin --profile web add`, with configuration written to `cordis.patch.yml` for targeted overrides or saved through the panel. It is suitable for scenarios requiring unified deployment rules and reference conversations; note the token duplication overhead, that it takes effect after a restart, and consider the plugin process permissions.
Read Moredsh-feishu: Drive DeepSeek Harness with a Panel in Feishu
dsh-feishu is a DeepSeek Harness Feishu client plugin maintained by PGZXB. Feishu chat corresponds to dsh sessions: the /panel control panel converts slash commands into buttons, agent outputs are presented as streaming cards, approvals and queries are completed within the card, and dsh-feishu-setup supports one-click configuration of the Feishu app via QR code scanning. The article introduces its core capabilities, npm installation steps, typical session flows and command tables, and notes that dsh is still in pre-release, with the plugin running under process permissions.
Read Moredsh-github: Managing Git Repositories with the Source Control Panel in DeepSeek Harness
dsh-github is a DSH plugin maintained by PivotStackIntelligence. It adds a Source Control tab to the Web Harness session view loop, with a layout aligned to VS Code's native Git view. The plugin supports change grouping, diff viewing, commit and sync operations, branch/remote/tag/stash management, and merge/rebase status handling. It uses the native Git configuration and does not call the GitHub API. Installation requires DSH >=0.1.0-rc.6, Git, and a configured remote with credentials. After building locally, install by running `dsh plugin --profile web add .` and restart Web Harness.
Read Moredsh-gov-portal: A Standalone WebUI for Government Services, Seamlessly Integrating DSH Agent Capabilities
dsh-gov-portal is a DSH Cordis plugin maintained by ExElectron, providing a service hall interface styled after Chinese local government websites on the default port 3081. It interfaces with all real Agent capabilities—including sessions, models, modes, permissions, statistics, and approvals—through a host apiProxy gateway, with zero business hardcoding. The plugin supports electronic dossiers, supervision workflows, hot configuration modifications, and four theme sets. It can be installed via the command `dsh plugin --profile web add link:<path>`, and is released under the MIT license.
Read MoreDeepSeek Harness Model Configuration Plugin: Managing Custom Endpoints and Model Parameters in Web UI
marvekg/deepseek-harness-model-config adds a "Model Advanced Configuration" page to the DeepSeek Harness Web UI, supporting the creation of OpenAI/Anthropic protocol endpoints, pulling or manually adding models, and populating context and inference parameters via models.dev. API keys are stored through Harness credentials and are not written to settings.yaml. Installation: dsh plugin --profile web add github:MarvekG/deepseek-harness-model-config, usable under "Settings → Model Advanced Configuration." Licensed under MIT, maintained by MarvekG.
Read Moredsh-whale-musume: Adding a Locally Running Whale Girl Desktop Pet for DSH
dsh-whale-musume is a desktop mascot plugin developed by Sutera-Diffusus for DeepSeek Harness, version 1.4.1, compatible with DSH 0.1.0-rc.6. The whale girl floats over the Web interface, automatically switching to working poses during idle interaction and tool operation, featuring 90+ illustrations, nurturing achievements, and mini-games, running locally by default with no telemetry. It supports installation via the bundle command or Release script injection, choose one of the two. Licensed under MIT, categorized in SkillHub as "fun dress-up".
Read MoreDeepSeek Pet: Raising a State-Aware Desktop Companion in the DeepSeek Harness Web Interface
DeepSeek Pet is an interactive desktop pet plugin developed by keleus for DSH Web. The character changes expressions in response to tasks, tool calls, context usage, and active sessions, with states presented through bubbles, session bars, and animations. It supports tool approval, multi-session parallel prompting, context and image input awareness, as well as dragging, resizing, minimizing, and desktop pet settings. The installation command is `dsh plugin --profile web add github:keleus/deepseek-pet`, and it is licensed under MIT.
Read Moredsh-claude-provider: Configuring and Discovering Models for DeepSeek Harness with Claude Provider
@mofeng2223/dsh-claude-provider offers a standalone Claude Provider type and Anthropic Messages format for DeepSeek Harness. DSH 0.1.1-rc.1 natively supports Claude reasoning-effort, so this plugin no longer intercepts requests. Instead, it writes settings such as reasoning level into the settings.yaml file during front-end saving. It also complements the GET /v1/models endpoint for model discovery, sets default context and output values for known Claude models, and provides three reasoning modes: five-level, four-level, and toggle. Installation: npx @deepseek-ai/dsh plugin --profile web|headless add @mofeng2223/dsh-claude-provider. Licensed under MIT, maintained by MoFeng2223.
Read MoreBillion-Context-DSH: Empowering Models to Decide When to Compress Context
Billion-context-dsh provides an Active Context Pruning backend for DeepSeek Harness, where the model determines when to compress and restore context through the compress, decompress, search_context, and acp_status functions. Ported from billion-context-pi and reusing acp-kernel, it can be installed via the bundle command: dsh plugin --profile web add billion-context-dsh. Version v0.2.13 (beta) is suitable for long conversation and long task scenarios.
Read Moredsh-mneme: Cross-session, Self-evolving Local Memory for DeepSeek Harness
dsh-mneme is a DSH memory plugin maintained by modusensus, providing Agents with cross-session persistent memory, automatic organization in Sleep Mode, and BM25/graph recall capabilities. Data is stored locally in Markdown format. The installation command is `dsh plugin --profile web add @modusensus/dsh-mneme`, requiring Node 24+. It can be configured for offline operation and session lifecycle management through parameters like `embedProvider`, `sessionLifecycleEnabled`, and `entityExtractionEnabled`. Licensed under MIT, it has approximately 43 stars on GitHub.
Read MoreDeepSeek Flow: Visualize Workflows with Markdown Editing in DSH Web UI
DeepSeek Flow (kanghelyu/dsh-deepseek-flow) is a DeepSeek Harness Web UI plugin that provides an editable flowchart synchronized bidirectionally with Markdown, sourcing from WORKFLOW.md and individual STEP.md files. Positioned as an editor rather than a runtime, it includes built-in Agent Skills and tools such as flow_create, flow_put, and flow_evaluate, supporting Boolean gate semantics, canvas review, and direct file-based finalization. Installation is via: dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main", followed by restarting dsh web and opening the DeepSeek Flow tab in the Session. Licensed under MIT, it has approximately 50 stars on GitHub.
Read Moredsh-turn-delete: Deleting an Individual Turn in DeepSeek Harness While Preserving the Session
dsh-turn-delete is a DeepSeek Harness client plugin maintained by hanshenmesen. It enables the removal of a completed top-level turn without deleting the Session, preserving the Session ID, workspace association, and subsequent conversations. The plugin provides a deletion entry point alongside the assistant's response, and upon confirmation, it clears the prompt, response, and tool records for that turn from the model-visible side, replacing them with zero-content for event persistence while retaining the original event logs. It supports the web profile and is compatible with DSH 0.1.0-rc.6/rc.7 and Node.js 22.19+.
Read Moredsh-claude-ux: Replicating Claude-style Area Risk Control and Dialog Autonomy for DSH Web
dsh-claude-ux is a DSH web profile plugin maintained by eri64, replicating Claude's regional risk control (reversible) and conversational autonomy: local signal determination, rejection ladder, lexicon plus LLM abuse adjudication, and proactive termination for severely harmful content. It does not communicate externally by default, is installed via a single npx command, configured through the "Claude Risk Control" tab in the settings page, and is licensed under MIT.
Read Moredsh-memory: Providing Local Git Long-Term Memory for DSH
dsh-memory (seriousz158/dsh-memory) is a local Git long-term memory plugin for DeepSeek Harness. Memory is stored in a separate Git repository instead of the cloud, and injection is controlled via the memory.enabled setting. The settings page allows for status viewing and secure clearing, with optional idle session synchronization. Installation: dsh plugin --profile web add github:seriousz158/dsh-memory. Compatible with DSH 0.1.0-rc.6/rc.7, licensed under MIT.
Read Moredsh-notification: Desktop Notification on DSH Round Completion
dsh-notification is a DSH client plugin maintained by omdsh-dev that uses the browser Notification API to pop up desktop notifications at the end of a Web GUI session round. It supports toggling separately based on round results such as completed or error, as well as include/exclude keyword rules for session titles, response content, and tool names. By default, notifications are only prompted when the session is not currently being viewed. Preferences are stored in localStorage, with no intrusion into model tokens, tools, or logs. Installation: Use `dsh plugin --profile web add v0.1.3` with the compressed package address. Settings can be found under Settings > Notifications.
Read Moredsh-automation: Run Scheduled Coding Tasks in a Fresh Agent Session
TitanWings/dsh-automation is a workflow plugin for the DSH community (v0.1.7, MIT). Unlike Core Schedule, which resumes the same session, it creates a brand-new root Agent and Session for each dispatch, executes saved standalone tasks, and records definition revisions and run history. It supports management of single, interval, daily, and weekly rules through both the DSH Web and Agent interfaces, with permissions limited to read-only or workspace-write. Installation: Use `dsh plugin --profile web add github:titanwings/dsh-automation#v0.1.7` and restart the DSH web service to begin using it.
Read Moredsh-plugin-bridge: Previewable Cross-Preset Session Migration
dsh-plugin-bridge is a DSH workflow plugin maintained by Totoro-qaq, designed to migrate a source session to another preset during a long task. It condenses the history into five fixed handoff sections: Goal, Current state, Key decisions, Key files, and Next step. It supports preview before execution, leaves the original session unchanged, and ensures the target session starts cleanly. After installation, it operates via the `/bridge` slash command without injecting prompt tokens into regular sessions. This plugin is ideal for scenarios where you need to switch tool combinations without manually restating the context.
Read More